home *** CD-ROM | disk | FTP | other *** search
/ Champak 37 / Volume 37 - JOGO DISK .iso / Games / addition_to_10.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(release).as
Text File  |  2007-02-28  |  181b  |  13 lines

  1. on(release){
  2.    if(_root.pos == 3)
  3.    {
  4.       _root.createNewPoint();
  5.       gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       _root.createNewNoint();
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.